home *** CD-ROM | disk | FTP | other *** search
- FFT = {
- ACTIONS = {
- cursorMoved:;
- displaySpectrum:;
- setFFTSize:;
- setSpectrumSlide:;
- setSpectrum:;
- setSpectrumMean:;
- displayFFT:;
- setFFTScaling:;
- };
- OUTLETS = {
- spectrumMeanButton;
- spectrumTimeForm;
- fftPanel;
- fftSizeButton;
- fftFreqForm;
- spectrumFreqForm;
- spectrumMeanForm;
- spectrumView;
- fftAmpForm;
- spectrumPanel;
- spectrumSpectButton;
- fftView;
- spectrumSlideButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- UpPanel = {
- SUPERCLASS = Panel;
- };
- FFTView = {
- SUPERCLASS = View;
- };
- SpectrumView = {
- OUTLETS = {
- delegate;
- sound;
- };
- SUPERCLASS = View;
- };
-